inherited OpSyncDialog: TOpSyncDialog Caption = 'Synchronize' ClientHeight = 162 PixelsPerInch = 96 TextHeight = 13 inherited SelectionGroupBox: TUiGroupBox Visible = False end inherited ActionGroupBox: TUiGroupBox Top = 8 Caption = 'Type of sync:' object SyncPresetLbl: TUiLabel Left = 16 Top = 53 Width = 353 Height = 57 AutoSize = False Caption = '%' WordWrap = True end object SyncPresetEdit: TUiComboBox Left = 16 Top = 26 Width = 259 Height = 19 Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 0 OnChange = SyncPresetEditChange OnDrawItem = SyncPresetEditDrawItem end end inherited BottomPanel: TUiPanel Top = 117 inherited StartBtn: TUiButton Top = 130 end inherited CancelBtn: TUiButton Top = 130 end inherited HelpBtn: TUiButton Top = 130 end end end